<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.cateslist {
	margin-top: 12px;
	overflow: hidden
}
.cateslist dl {
	border: 1px solid #d5d5d5;
	border-radius: 4px;
	overflow: hidden;
	_float: left
}
.cateslist dl dt {
	background: url(../images/tit1.gif) repeat-x;
	height: 32px;
	padding-left: 12px;
	line-height: 32px;
	font-weight: bold;
}
.cateslist dl dd {
	float: left;
	margin: 12px 8px;
	width: 220px;
	_margin: 12px 10px;
}
.cateslist dl dd .img {
	width: 220px;
	height: 220px;
	border: 1px solid #d5d5d5;
	text-align:center;
	display:table-cell;
	vertical-align:middle;
	background:#ececec;
}
.cateslist dl dd .img img {
	vertical-align:middle;
	display:inline-block;
	max-width: 190px;
	max-height: 150px;
}
.cateslist dl dd .img:hover {
	border: #148d00 1px solid
}
.cateslist dl dd .txt {
	height: 30px;
	line-height: 30px;
	text-align: center;
}


</pre></body></html>